home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / golden / goldensetup57420.exe / {app} / Golden32.exe / 0 / RCDATA / TNAGDLG / TNAGDLG.txt
Encoding:
Text File  |  2004-03-08  |  1.9 KB  |  97 lines

  1. object NagDlg: TNagDlg
  2.   Left = 226
  3.   Top = 171
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Unregistered version'
  7.   ClientHeight = 310
  8.   ClientWidth = 415
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object RzProgressBar1: TRzProgressBar
  22.     Left = 8
  23.     Top = 234
  24.     Width = 399
  25.     BackColor = clBtnFace
  26.     BarStyle = bsLED
  27.     BorderInner = fsStatus
  28.     BorderOuter = fsNone
  29.     BorderWidth = 1
  30.     InteriorOffset = 2
  31.     PartsComplete = 0
  32.     Percent = 100
  33.     ShowPercent = False
  34.     TotalParts = 20
  35.   end
  36.   object Panel2: TPanel
  37.     Left = 0
  38.     Top = 268
  39.     Width = 415
  40.     Height = 42
  41.     Align = alBottom
  42.     BevelOuter = bvNone
  43.     TabOrder = 0
  44.     object AgreeButton: TRzButton
  45.       Left = 6
  46.       Top = 9
  47.       Default = True
  48.       ModalResult = 1
  49.       Caption = 'Agree'
  50.       Enabled = False
  51.       HotTrack = True
  52.       TabOrder = 0
  53.     end
  54.     object EnterRegcodeButton: TRzButton
  55.       Left = 87
  56.       Top = 9
  57.       Width = 107
  58.       Caption = 'Enter Regcode...'
  59.       HotTrack = True
  60.       TabOrder = 1
  61.       OnClick = RegisterButtonClick
  62.     end
  63.     object DisagreeButton: TRzButton
  64.       Left = 201
  65.       Top = 9
  66.       ModalResult = 3
  67.       Caption = 'Disagree'
  68.       HotTrack = True
  69.       TabOrder = 2
  70.     end
  71.     object OrderOnlineButton: TRzButton
  72.       Left = 300
  73.       Top = 9
  74.       Width = 107
  75.       Caption = 'Order Online...'
  76.       HotTrack = True
  77.       TabOrder = 3
  78.       OnClick = OrderButtonClick
  79.     end
  80.   end
  81.   object Memo1: TMemo
  82.     Left = 7
  83.     Top = 5
  84.     Width = 400
  85.     Height = 222
  86.     ReadOnly = True
  87.     ScrollBars = ssVertical
  88.     TabOrder = 1
  89.   end
  90.   object Timer1: TTimer
  91.     Interval = 500
  92.     OnTimer = Timer1Timer
  93.     Left = 18
  94.     Top = 12
  95.   end
  96. end
  97.